Skip to content

feat: add Feedback module — structured user feedback with GUI + API#111

Merged
Wool-xing merged 1 commit into
mainfrom
feat/feedback-module
May 16, 2026
Merged

feat: add Feedback module — structured user feedback with GUI + API#111
Wool-xing merged 1 commit into
mainfrom
feat/feedback-module

Conversation

@Wool-xing
Copy link
Copy Markdown
Owner

Summary

New Feedback page in GUI + API endpoint:

GUI (FeedbackPage.tsx):

  • Type selector: Bug Report / Feature Request / Question / Feedback
  • Module selector: 12 categories (Upload, Report, Catalog, Settings, Doctor, CLI, Desktop, Install, Docs, Expert, Skill, Other)
  • Title + Description + optional Email
  • Saves to localStorage; submits via POST /feedback in desktop app
  • Thank-you screen after submission
  • Link to GitHub Issues for urgent items

API (POST /feedback):

  • Saves structured JSON to workspace/feedback/feedback-{timestamp}.json
  • Includes: type, module, title, body, email, received_at

Navigation: "Feedback" link in header between Settings and the footer

Test plan

  • pytest: 128 passed, 2 skipped
  • Endpoint test: POST /feedback → saved to workspace/feedback/
  • pre-commit: 18/18 passed

- FeedbackPage.tsx: new page with type/module/title/description/email form
  - 4 feedback types: Bug Report, Feature Request, Question, Feedback
  - 12 module categories for precise issue routing
  - Saves to localStorage; POST to /feedback in desktop app
  - Thank-you screen after submission
- API: POST /feedback endpoint saves to workspace/feedback/*.json
- Navigation: Feedback link in App.tsx header
- Route registered in main.tsx
@Wool-xing Wool-xing merged commit 8282c5c into main May 16, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant